home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄25⁄91 / 2800-Minor Startup Bug mi-Jan91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  596 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    0189388                         25-Jan-91        10:12PST
  2.  
  3. From:   PERRY.G                         Gregg, Perry
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9. Sub:    Minor Startup Bug: minor note
  10.  
  11. MacAppers:
  12.  
  13. To save frustration move:
  14. ...
  15.    var
  16.    pHiddenWindowsToShow: TDynamicArray;
  17.  
  18. above TApplication.IApplication before setting pHiddenWindowsToShow to NIL.  My
  19. version of the modified code for floaters had it declared later on in the unit.
  20. This mat be true for you too.
  21.  
  22. --Perry
  23.  
  24.